home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
Examples
/
gwcopy
/
GWCopy_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-03
|
226 b
|
14 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "GWCopyApp.h"
void main(int argc, char *argv[]) {
NXApp = [GWCopyApp new];
[NXApp run: argc : argv];
[NXApp free];
exit(0);
}